home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / WIN / CARTAS / TABLNET.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1991-12-03  |  4.4 KB  |  167 lines

  1. Tablenette (Vers 1.0)
  2. ---------------------
  3.  
  4. Developed for Christmas 1991.
  5.  
  6. Tablenette is released into the Public Domain.
  7.  
  8. -----------------------------------------------------------------------
  9. However if you enjoy the game please give $10 or same in local currency
  10. to a childrens charity of your choosing.
  11. -----------------------------------------------------------------------
  12.  
  13.  
  14. The Game
  15. --------
  16.  
  17. Tablenette is a game for 2 players, in this case the computer and you.
  18.  
  19. 6 cards are dealt to each player. 4 cards to the table, Jacks are not
  20. dealt to the table but placed on the bottom of the deck.
  21.  
  22. Non dealer plays first.
  23.  
  24. The object of the game is to remove cards from the table if possible.
  25. Cards can be removed if the following is true
  26.  
  27. 1. Cards are of equal rank to the card played.
  28.  
  29.     A player may remove as many cards of equal rank as are on
  30.     the table.
  31.  
  32. 2. 2 cards add up to the same value as the card played.
  33.  
  34.     Card Values are 2-10 Face Value, Ace 1 or 11, Jack 12, 
  35.     Queen 13, King 14. (Note Jacks are special see later).
  36.  
  37.     A player may only remove 1 set of equal value cards,
  38.     but can remove cards of equal rank at the same time.
  39.  
  40. Points are scored as follows for removed cards(including played card):
  41.  
  42.     Ace, King, Queen, Jack         1 Point    
  43.     10's(except 10 Diamonds)    1 point
  44.     2 clubs                1 point
  45.     10 Diamonds            2 points    
  46.  
  47. Removing all the cards from the table scores "Tablenette" and
  48. gains the player the face value of all cards involved.
  49.  
  50.  
  51. Examples:
  52.  
  53.  
  54. Table    10 Diamonds, 4 Spades, K Hearts, K Spades
  55.  
  56. Player     3 Diamonds, 6 Hearts, K Clubs, 10 Clubs, 8 Diamonds, A Spades
  57.  
  58.  
  59.     Alternative 1 --- Play 10 Clubs(remove 10 Spades)
  60.  
  61.         Points scored     10 Diamonds       2
  62.                 10 Clubs     1
  63.  
  64.                 Total         3
  65.  
  66.     Alternative 2 --- Play K Clubs(Remove All cards 10+4=14)
  67.  
  68.         Points Scored    10 Diamonds     2
  69.                 K Spades     1    
  70.                 K Hearts     1
  71.                 K Clubs         1
  72.                 4 Spades     0
  73.  
  74.             Tablenette
  75.                 10 Diamonds    10
  76.                 K Spades    14
  77.                 K Hearts    14
  78.                 K Clubs        14                
  79.                 4 Spades     4
  80.                 
  81.                 Total        61
  82.  
  83. Therefore true object of the game is to clear the table as 
  84. often as possible.
  85.  
  86. If you cannot, or do not wish to play a card(i.e playing a card leaves
  87. only 1 high card on table, giving opponent high chance to score
  88. Tablenette) then a card must be played to table, at the end of the
  89. existing cards.
  90.  
  91. Jacks
  92.  
  93. A Jack when played clears the table, however it does not score Tablenette.
  94. This forces opponent to play a single card to table giving you a good 
  95. chance to score Tablenette.
  96.  
  97. Once both players have played their 6 cards, 6 more are dealt to each
  98. player until the deck is empty.
  99.  
  100. When the last card in the deck is played any cards remaining on table are 
  101. picked up by the player who last picked up from the table.
  102.  
  103. If any player has pick up more than 27 cards 3 points are added to their
  104. score.
  105.  
  106. When the deck is empty the player with the highest score over 251 wins. If
  107. no one has greater than 251 play continues with a new dealer.
  108.  
  109.  
  110. Tactics
  111.  
  112.     1.    Play Jacks early in hand
  113.     2.    Try not to leave 1 high card on table
  114.         (unless 2 or 3 are already played)
  115.     3.    With 1 card on table if you have to discard then
  116.         try to score 12(since Jacks are special no card can 
  117.         clear 12 and score Tablenette) or over 14.
  118.  
  119. Method of Play in the game:
  120.  
  121. To Play drag your card to any of the face up table cards.
  122. To Discard drag your card to the face down card. 
  123.  
  124.  
  125. The Code
  126. --------
  127.  
  128. This game has been developed using MS Visual Basic and requires
  129. the following DLL's VBRUN100.DLL and VBCARDS.DLL both of which can be
  130. found on  the CompuServe MSBASIC forum.
  131.  
  132. The code is still under modification, but will be available later.
  133.  
  134.  
  135. The Warrenty
  136. ------------
  137.  
  138. There is None, use at your own risk.
  139.  
  140. Bugs
  141. ----
  142.  
  143. We have played with the game for a while with no problems, however we are
  144. interested in stamping out the bugs as they arise, so if you get problems
  145. contact us via CompuServe mail as below. Suggestions and Improvements
  146. are also welcome.
  147.  
  148. The Company
  149. -----------
  150.  
  151.  
  152. Sycomp Limited
  153. 1 Stonecross
  154. St. Albans
  155. Herts, ENGLAND AL1 4AA
  156.  
  157. Tel: UK (0727) 47806
  158.      Intl +44 727 47806
  159. Fax: UK (0727) 834052
  160.      Intl +44 727 834052
  161.  
  162. Compuserve Mail: 100020,3472
  163.  
  164. We are specialist developers in the following areas:-
  165.  
  166. Graphical and Client Server Systems using MS Visual Basic, MS Quick C/Win,
  167. IS/2, Applications Manager, MS SQL Server,ORACLE & IBM's Database Manager.